execute

This block is part of the function execution group and was last modified in core v10.4.28.

Function Selection Required

This block requires you to choose a custom function to execute when triggered. You must manually select the function you want to use using the function selector modal. To access the modal, click the white button on the block.

execute v10.4.28

Executes the given funcion and waits for it to be executed.

In pins 1
  • function required
    execute_function
from function
custom function

Wiring the function pin of On API GET creates an execute block: it roots the request handler chain and carries the endpoint parameters as out pins (connection, params, query). The flow pin starts the handler, the connection pin feeds get query here.

Studio canvas example for the execute block: the handler block behind an endpoint.

Commonly used with

One of the most-used blocks across production blueprints. It is most often wired together with:

  • On API GET: feeds into this block. Exposes GET URI on /api/.
  • on api post: feeds into this block. Exposes POST URI on /api/.
  • on api delete: feeds into this block. Exposes URI on /api/.
  • on api put: feeds into this block. Exposes URI on /api/.
  • foreach: feeds into this block.
  • line stop: feeds into this block. gives you the option to position lines better to have an nicer and a more cleanded up Blueprint.

Version history

Introduced in v10.4.28.


Back to function execution Return to the main group to view all sub-groups Back to function Return to the group to view all blocks within this group